home *** CD-ROM | disk | FTP | other *** search
- : pe7pho.mak
- : This file will generate phone, which controls a Hayes modem
- : This script requires:
- : IDRIS 'C' compiler
- : pe7tty.h, pe7std.h, pe7sys.h
- : pe7pho.c
- :
- : Do a YOUR-PROMPT- chmod +x pe7pho.mak
- : and a YOUR-PROMPT- pe7pho.mak
- : to build phone from source.
- :
- cp ./pe7std.h ./std.h
- cp ./pe7sys.h ./sys.h
- c -v pe7pho.c
- mv ./xeq ./phone
- echo "The phone program is ./phone"
- : pe7pho.mak End of file
-